@charset "utf-8";
.top{}
.top_bj{
    background: url(../images/top_bj.jpg) center no-repeat;
    height: 14px;
}
.top_logo{
    height: 130px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.top_logo img{
    display: block;
    float: left;
    width: 253px;
    height: 119px;
}
.top_ul{}
.top_ul_yy{text-align: right;height: 30px;line-height: 30px;}
.top_ul_yy a{
    color: #1874CD;
    display: block;
    float: right;
    margin: 0 5px;
    font-size: 12px;
}
.top_ul_yy a:hover{
    color:#e76e13;
}
.top_ul ul{
    margin-top: 65px;
    height: 30px;
    line-height: 30px;
}
.top_logo ul li{
    float: left;
    margin-left: 20px;
    border-right: 2px solid #585858;
    padding-right: 20px;
}
.top_logo ul li a{
    font-size: 18px;
    color: #000;
}
.top_logo ul li a:hover{
    color:#e76e13;
}


.backToTop {
 display: none;
 width: 50px;
 line-height: 1.2;
 padding: 5px 0;
 background:url(../images/top.png) center no-repeat;
 height: 50px;
 color: #fff;
 font-size: 12px;
 text-align: center;
 position: fixed;
 _position: absolute;
 right: 5px;
 bottom: 100px;
 _bottom: "auto";
 cursor: pointer;
 z-index: 99999;
}
.backToTop:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom:5px;
}